home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGMISC
/
SUPER135.LZH
/
READ.ME
< prev
next >
Wrap
Text File
|
1989-03-26
|
6KB
|
160 lines
Version 1.35 READ.ME
-----------------------------------------------------------------------
Sun 03-26-1989
*-
Super.Lib is being distributed under the shareware concept for
versions up to and including version 1.35. As of May 1989,
I will distributing Super.Lib commercially. Registrants of the
Shareware version will continue to recieve support/updates.
Files:
------------------------------------------------------------------------
READ ME THIS FILE
SUPER LIB SUPERFUNCTION LIBRARY FOR CLIPPER S87
SUPER DOC SUPERFUNCTION DOCUMENTATION
ERRORSYS OBJ MODIFIED ERRORSYS
ERRORSYS PRG MODIFIED ERRORSYS SOURCE
CB PRG SAMPLE APPLICATION
MSCOMP BAT SAMPLE COMPILE-LINK BATCH FILE FOR MS-LINK
TLCOMP BAT SAMPLE COMPILE-LINK BATCH FILE FOR TLINK
PLCOMP BAT SAMPLE COMPILE-LINK BATCH FILE FOR PLINK86
SUPER NG NORTON GUIDE FOR SUPER.LIB
Demonstration:
------------------------------------------------------------------------
The file CB.PRG is provided as a usable demo of the library functions.
CB.PRG is an all-purpose generic data handler. It is currently set up
to use .NDX format indices, however changing a line near the beginning
if the program will allow .NTX format indices.
{ defindex = '*.NDX'
or
defindex = '*.NTX' }
Changes:
------------------------------------------------------------------------
version 1.30 Modis() was messing up DBF files with associated
DBT files. Apparantly Clipper does not warn when
trying to USE or APPEND FROM a file with a
missing .DBT . FIXED.
Removed embedded 'Registration Protection'. Moved
to Shareware concept.
version 1.31 Replaced MEMOEDIT with an assembler routine to
read unlimited length text files.
Several 'c' functions included to speed things up.
All background. (these work with Tlink)
Some bug fixes in CB.PRG regarding indice order.
Reworked PULLIT() to position boxes more
appropriately.
Reworked CLABEL() , particularly in the CONTENTS
section and in ease of use. Fairly intuitive now.
Enhanced each function with regards to saving/restoring
the environment, including Screen,Colors,Cursor,
Set Keys, Set states, Readexit, Capslock, Work area.
HELP and HELPMOD functions added.
version 1.35 Almost too many to count...
Some internal asm function names were conflicting
with some other libraries. These names were changed
to protect the innocent.
Fileread() now uses a 98% straight Clipper code
routine to list text files.
XPLODE was showing up all over the placed as an
uninitialized variable. I think its under control now.
Just call initsup() at the top of your main program
to be sure.
ESCAPE status was added to the environment save/restore
PRNTLST() had a bug when passing paramaters to it. It
worked find with no params. This has been fixed. Its
also friendlier now. (well it hasn't killed
anyone yet anyways)
MENU_V() now accepts 15, rather than 10, menu items.
LOOKFLD() was forcing upper case for the search value,
which made it difficult to search for lower/mixed case.
Fixxed.
QUERY() has a few new tricks. SAVE and RESTORE query
to disk. SIMILIAR matching. View matching records.
And a bug or 2 fixed. Less cryptic menus.
PRNTLST() also has an enhanced interface, and is less
cryptic.
DOITALL() now has the optional 'OTHER' menu, which is
activated by two passed arrays. This cuts the DOITALL()
load size down considerably.
NKEY() was offset by two bytes for NTX files. This
has been fixed.
Speaking of which, CB has a switch near the top for
NTX/NDX usage.
NEW- Directory functions - NEW_DIR(), DIRPIK()
NEW- Lookup Table functions - SCROLLER(),SCMOD()
NEW- Global replace function - GLOBREP()
NEW- SUM and AVERAGE function - SUM_AVE()
NEW- Form letter/mailmerge utility - FORMLETR()
Version 1.37 All memvars used in the functions are now prefaced
with m-> to prevent DBF field name collisions.
A PGDN bug in FILEREAD() was fixed. It also now
stops at end of file.
PRNTLST() actually PRINTS now ...
EDITMEMO() now allows window size to be specified.
PULLIT() now allows up to 8 menu boxes, with 9
menu items per box.
FORMLTR() had some bugs that were fixed re:saving
formletters.
A new function - FASTFORM() has been added for fast
printing of a formletter via hotkey.
MCHOICE() now allows first letter selection and
also wraps.
Calls to QUERY() were removed from EDITDB() - thus
lowering the size and complexity of EDITDB().
-------------------------------end of README-----------------------------------